home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 3869 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.7 KB

  1. Path: ehdup-h-12.rmt.net.pitt.edu!user
  2. From: cmcst42+@pitt.edu (Chris Connors)
  3. Newsgroups: pitt.mac-users,comp.dcom.modems
  4. Subject: Global Village Teleport Gold and InterSLIP
  5. Date: Sat, 03 Feb 1996 20:16:02 -0500
  6. Organization: University of Pittsburgh
  7. Message-ID: <cmcst42+-0302962016020001@ehdup-h-12.rmt.net.pitt.edu>
  8. NNTP-Posting-Host: ehdup-h-12.rmt.net.pitt.edu
  9.  
  10. Hi,
  11.  
  12. I'm using a Global Village Teleport Gold with interSLIP on a Mac Quadra
  13. 610. I recently upgraded to 2.5.5 of their software, and have been having
  14. some minor problems since then.
  15.  
  16. With v 2.08b, if the v.42bis setting was checked in the Teleport Control
  17. Panel, and the Init Modem checkbox was checked, the modem would connect to
  18. the Pitt Modem pool and show a check next to v.42bis in the staus menu.
  19. This, I assumed, meant the modem was connected and v.42bis compression was
  20. activated.
  21.  
  22. Since I upgraded to 2.5.5, this is no longer the case. Even though the
  23. Control Panel stting is the same, the staus menu no longer shows v.42bis
  24. as active, and transfer times are quite a bit slower.
  25.  
  26. InterSLIP uses a dialing script (in this case a modified ARA 1.0 dialing
  27. script) to negotiate the connection with our modem pool. in this script
  28. there are settings written to the modem. Here is the relevant pieces of
  29. the script:
  30.  
  31. ___________start of script segment___________________________________
  32. ! First recall the factory configuration
  33. !
  34. settries 0
  35. matchclr
  36. @LABEL 1
  37. matchstr 1 3 "OK\13\10"
  38. write "AT&F&C1\13"
  39. matchread 30
  40. inctries
  41. iftries 2 59
  42. jump 1
  43. !
  44. ! &f   - recall factory settings
  45. ! \q2  - Use Unidirectional RTS/CTS flow control
  46. ! \k0  - Enter command state but do not send break
  47. ! \j0  - Disable port rate adjust
  48. ! S0=0 - Don't answer calls
  49. ! E0   - Turn command echo off
  50. ! \n0  - disable all error correction and compression 
  51. ! %c0  - turn off MNP5 compression
  52. !
  53. @LABEL 3
  54. Flush
  55. pause 10
  56. HSReset 0 1 0 0 0 0
  57. settries 0
  58. matchclr
  59. @LABEL 5
  60. matchstr 1 6 "OK\13\10"
  61. ! &F  - recall factory settings
  62. ! &D3 - Reset Modem on On-to-Off DTR transitions
  63. ! \J0 - Disable auto port rate adjust
  64. ! W2  - Connect result code reports modem speed
  65. ! \Q2 - Unidirectional flow control
  66. ! S7=60 - To allow for an international call
  67. ! S0=0 - Don't answer calls
  68. ! E0   - Turn command echo off
  69. ! \N0 - Enter normal mode (no reliability protocols)
  70.  
  71. write "AT&F&D3\\J0W2\\Q2S7=60S0=0E0\\N0\13"
  72.  
  73. matchread 50
  74. inctries
  75. iftries 2 59
  76. jump 5
  77. !
  78.  
  79. ___________end of script segment___________________________________
  80.  
  81.  
  82. What I would like to do is modify this script so that v.42bis compression
  83. is enabled.
  84.  
  85. Can anyone help? Please post responses to me as e-mail at
  86. cmcst42@pitt.edu. Thanks.
  87.  
  88. Chris
  89.  
  90. -- 
  91. Chris Connors                                    
  92. cmcst42+@pitt.edu
  93. connors.c@applelink.apple.com
  94. http://www.pitt.edu/~cmcst42/cmc.html
  95.